home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 71.zip / BS1 part 71 / X-Cad3000_d5.adf / XCdoc / sellcol < prev    next >
Text File  |  1991-11-22  |  952b  |  37 lines

  1.  
  2.    3.4.3 SELECT LAYCOLOUR
  3.  
  4.  
  5. The SELECT LAYCOLOUR command is used to set the colour attribute of any
  6. of the 256 layers.
  7.  
  8.  
  9.    MODIFIERS
  10.  
  11. RESET       This modifier can be used on its own or in combination
  12.             with the following modifiers. It will reset all layers to
  13.             colour 1 prior to any new definition.
  14.  
  15. COLOUR      Select a colour number for any of the following methods
  16.             for defining a layer or list of layers. The colour number
  17.             should be in the range 0 to 7.
  18.  
  19. LAYER       A range of layers:   LAYER 0-10,30,100-190 etc.
  20.  
  21. LAYERNAME   A named layer defined by the DEFINE LAYER command.
  22.  
  23. LAYERLIST   A named layer list defined by the DEFINE LAYER command.
  24.  
  25. ACTIVE      The current active layer.
  26.  
  27. ALL         Layers 0 - 255.
  28.  
  29.  
  30.    The combination of colour/layerlist can be entered up to 8 times:
  31.  
  32.    #SELECT LAYCOLOUR COLOUR 1 LAYER 0-30,50 COLOUR 2 LAYERLIST PIPES
  33.  
  34.                   COLOUR 3 ACTIVE   etc.
  35.  
  36.  
  37.